DefaultTextStyleUnderlineStyle Property

Specifies the style for underlining text. The defined values are: -none: text has no underlining. -dash: text has a dashed line underlining it. -dot-dash: text has a line whose repeating pattern is a dot followed by a dash underlining it. -dot-dot-dash: text has a line whose repeating pattern is two dots followed by a dash underlining it. -dotted: text has a dotted line underlining it. -long-dash: text has a dashed line whose dashes are longer than the ones from the dashed line for value dash underlining it. -solid: text has a solid line underlining it. -wave: text has a wavy line underlining it.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public UnderlineStyle UnderlineStyle { get; set; }

Property Value

UnderlineStyle

See Also